home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950329-19950528 / 000377_news@columbia.edu_Tue May 9 16:51:02 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA08770
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Sun, 14 May 1995 18:55:27 -0400
  3. Received: by apakabar.cc.columbia.edu id AA14295
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Sun, 14 May 1995 18:55:26 -0400
  5. Path: news.columbia.edu!panix!news.mathworks.com!gatech!howland.reston.ans.net!agate!dog.ee.lbl.gov!news.cs.utah.edu!news.provo.novell.com!park.uvsc.edu!usenet
  6. From: Terry Lambert <terry@cs.weber.edu>
  7. Newsgroups: comp.protocols.kermit.misc,comp.unix.bsd.bsdi.misc
  8. Subject: Re: Kermit D/L through a hybrid Asynch-to-Telnet card
  9. Date: 9 May 1995 16:51:02 GMT
  10. Organization: Utah Valley State College, Orem, Utah
  11. Lines: 41
  12. Message-Id: <3oo6hm$s00@park.uvsc.edu>
  13. References: <3omjv4$qjc@news.rain.org> <3onoff$c4i@apakabar.cc.columbia.edu>
  14. Nntp-Posting-Host: hecate.artisoft.com
  15. Xref: news.columbia.edu comp.protocols.kermit.misc:2743 comp.unix.bsd.bsdi.misc:303
  16. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  17.  
  18. fdc@watsun.cc.columbia.edu (Frank da Cruz) wrote:
  19. ]
  20. ] In article <3omjv4$qjc@news.rain.org>,
  21. ] Tom Towle <towle@ceo.sbceo.k12.ca.us> wrote:
  22. ] : Here's a weird one. We have a BSDI Pentium hooked up over Ethernet to a
  23. ] : card called a VLAN card by a company named Penril. Our dial-in users
  24. ] : come in over an asynchronous connect ports to multiplexers, (made by the
  25. ] : same company), and then are trunked over hi-speed synchronous data lines
  26. ] : to this half-serial, half-ethernet card, and then they get a Telnet
  27. ] : connection to our Unix box. For the dial-up connection, everthing seems
  28. ] : to work fine, however, Kermit appears to be the only method available
  29. ] : for binary file transfer.
  30. ] : 
  31. ] So what's the problem?
  32.  
  33. The problem is that he's effectively got a multidrop board with a
  34. controller that looks like an ethernet card (but is probably actually
  35. and RS422 card) and that he needs to make the connection between
  36. the fan out unit on the other end of the cable from the PC and the
  37. modems *binary* so he can do transfers with something *other* than
  38. kermit.  Probably so he can get SLIP or PPP going as well.
  39.  
  40. Most likely the problem is that the card is set for in band (XON/XOF)
  41. flow control when it should be set for out of band (RTS/CTS) or the
  42. modem is set that way or they both are.
  43.  
  44. I'm not sure if you could reset the card or not.  Some of these
  45. cards are mighty stupid.  It might, in fact, be a jumper setting
  46. in the fan out unit itself.
  47.  
  48. Note that this type of setup is typically done to make it cheap, so
  49. it's entirely possible that there is insufficient buffering without
  50. flow control to keep the fan out unit from losing data before it
  51. gets shoved down the wire to the card in the box.
  52.  
  53.  
  54.                                         Terry Lambert
  55.                                         terry@cs.weber.edu
  56. ---
  57. Any opinions in this posting are my own and not those of my present
  58. or previous employers.